Einhugur macOS Bridge plugin.

NSArray.IntegerValue Method

Returns Integer value from the array at given index or false if the element at given index was not NSNumber.

IntegerValue(
   index as Integer) as Integer

Parameters

index
Index of the element to get (zero based).

Returns

Integer

Remarks

This method is shortcut from having to get the value as NSNumber then then grab the value from that.

See Also

NSArray Class